3.57 \(\int \frac {1}{\sin ^{-1}(a x)^2} \, dx\)

Optimal. Leaf size=36 \[ -\frac {\sqrt {1-a^2 x^2}}{a \sin ^{-1}(a x)}-\frac {\text {Si}\left (\sin ^{-1}(a x)\right )}{a} \]

[Out]

-Si(arcsin(a*x))/a-(-a^2*x^2+1)^(1/2)/a/arcsin(a*x)

________________________________________________________________________________________

Rubi [A]  time = 0.08, antiderivative size = 36, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {4621, 4723, 3299} \[ -\frac {\sqrt {1-a^2 x^2}}{a \sin ^{-1}(a x)}-\frac {\text {Si}\left (\sin ^{-1}(a x)\right )}{a} \]

Antiderivative was successfully verified.

[In]

Int[ArcSin[a*x]^(-2),x]

[Out]

-(Sqrt[1 - a^2*x^2]/(a*ArcSin[a*x])) - SinIntegral[ArcSin[a*x]]/a

Rule 3299

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[SinIntegral[e + f*x]/d, x] /; FreeQ[{c, d,
 e, f}, x] && EqQ[d*e - c*f, 0]

Rule 4621

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Simp[(Sqrt[1 - c^2*x^2]*(a + b*ArcSin[c*x])^(n + 1))
/(b*c*(n + 1)), x] + Dist[c/(b*(n + 1)), Int[(x*(a + b*ArcSin[c*x])^(n + 1))/Sqrt[1 - c^2*x^2], x], x] /; Free
Q[{a, b, c}, x] && LtQ[n, -1]

Rule 4723

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(p_.), x_Symbol] :> Dist[d^p/c^(
m + 1), Subst[Int[(a + b*x)^n*Sin[x]^m*Cos[x]^(2*p + 1), x], x, ArcSin[c*x]], x] /; FreeQ[{a, b, c, d, e, n},
x] && EqQ[c^2*d + e, 0] && IntegerQ[2*p] && GtQ[p, -1] && IGtQ[m, 0] && (IntegerQ[p] || GtQ[d, 0])

Rubi steps

\begin {align*} \int \frac {1}{\sin ^{-1}(a x)^2} \, dx &=-\frac {\sqrt {1-a^2 x^2}}{a \sin ^{-1}(a x)}-a \int \frac {x}{\sqrt {1-a^2 x^2} \sin ^{-1}(a x)} \, dx\\ &=-\frac {\sqrt {1-a^2 x^2}}{a \sin ^{-1}(a x)}-\frac {\operatorname {Subst}\left (\int \frac {\sin (x)}{x} \, dx,x,\sin ^{-1}(a x)\right )}{a}\\ &=-\frac {\sqrt {1-a^2 x^2}}{a \sin ^{-1}(a x)}-\frac {\text {Si}\left (\sin ^{-1}(a x)\right )}{a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 32, normalized size = 0.89 \[ -\frac {\frac {\sqrt {1-a^2 x^2}}{\sin ^{-1}(a x)}+\text {Si}\left (\sin ^{-1}(a x)\right )}{a} \]

Antiderivative was successfully verified.

[In]

Integrate[ArcSin[a*x]^(-2),x]

[Out]

-((Sqrt[1 - a^2*x^2]/ArcSin[a*x] + SinIntegral[ArcSin[a*x]])/a)

________________________________________________________________________________________

fricas [F]  time = 0.46, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {1}{\arcsin \left (a x\right )^{2}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arcsin(a*x)^2,x, algorithm="fricas")

[Out]

integral(arcsin(a*x)^(-2), x)

________________________________________________________________________________________

giac [A]  time = 0.23, size = 34, normalized size = 0.94 \[ -\frac {\operatorname {Si}\left (\arcsin \left (a x\right )\right )}{a} - \frac {\sqrt {-a^{2} x^{2} + 1}}{a \arcsin \left (a x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arcsin(a*x)^2,x, algorithm="giac")

[Out]

-sin_integral(arcsin(a*x))/a - sqrt(-a^2*x^2 + 1)/(a*arcsin(a*x))

________________________________________________________________________________________

maple [A]  time = 0.02, size = 33, normalized size = 0.92 \[ \frac {-\frac {\sqrt {-a^{2} x^{2}+1}}{\arcsin \left (a x \right )}-\Si \left (\arcsin \left (a x \right )\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/arcsin(a*x)^2,x)

[Out]

1/a*(-1/arcsin(a*x)*(-a^2*x^2+1)^(1/2)-Si(arcsin(a*x)))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {a^{2} \arctan \left (a x, \sqrt {a x + 1} \sqrt {-a x + 1}\right ) \int \frac {\sqrt {-a x + 1} x}{\sqrt {a x + 1} {\left (a x - 1\right )} \arctan \left (a x, \sqrt {a x + 1} \sqrt {-a x + 1}\right )}\,{d x} - \sqrt {a x + 1} \sqrt {-a x + 1}}{a \arctan \left (a x, \sqrt {a x + 1} \sqrt {-a x + 1}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arcsin(a*x)^2,x, algorithm="maxima")

[Out]

(a^2*arctan2(a*x, sqrt(a*x + 1)*sqrt(-a*x + 1))*integrate(sqrt(a*x + 1)*sqrt(-a*x + 1)*x/((a^2*x^2 - 1)*arctan
2(a*x, sqrt(a*x + 1)*sqrt(-a*x + 1))), x) - sqrt(a*x + 1)*sqrt(-a*x + 1))/(a*arctan2(a*x, sqrt(a*x + 1)*sqrt(-
a*x + 1)))

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \frac {1}{{\mathrm {asin}\left (a\,x\right )}^2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/asin(a*x)^2,x)

[Out]

int(1/asin(a*x)^2, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\operatorname {asin}^{2}{\left (a x \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/asin(a*x)**2,x)

[Out]

Integral(asin(a*x)**(-2), x)

________________________________________________________________________________________